css: Clipping changes don't need a queue_allocate() anymore
authorBenjamin Otte <otte@redhat.com>
Mon, 9 Apr 2018 18:19:17 +0000 (20:19 +0200)
committerBenjamin Otte <otte@redhat.com>
Mon, 9 Apr 2018 18:20:55 +0000 (20:20 +0200)
commit0afdd84a2a35bfd742f82b0b4372e1726169998a
treeeea635cea0170c10bf08ac3c8e35a5c4f36882b5
parent78a9b5d1edfb6da871cb73cf493f871de3fb6769
css: Clipping changes don't need a queue_allocate() anymore

Now that queue_draw() isn't restricted to clip anymore, we don't need to
care about clip in the CSS engine either.

We do keep GTK_CSS_AFFECTS_CLIP around though because GtkWindow does
care for the window's size.
gtk/gtkcssstylepropertyimpl.c
gtk/gtkcsstypesprivate.h
gtk/gtkpopover.c
gtk/gtktextview.c
gtk/gtktreeview.c
gtk/gtkwidget.c